home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
Tools
/
Dev
/
AmigaTalk
/
general
/
UndefinedObject.st
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-02-14
|
312 b
|
16 lines
"----------------------------------------------------------------"
"'nil' Should be the only Undefined Object in the system. "
"----------------------------------------------------------------"
Class UndefinedObject :Object
[
isNil
^ true
|
notNil
^ false
|
printString
^ 'nil'
]